home *** CD-ROM | disk | FTP | other *** search
/ Champak 125 / Vol 125 (Damaged).iso / games / poux.swf / scripts / DefineButton2_16 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2008-11-13  |  128 b   |  7 lines

  1. on(press){
  2.    _root.sc = 0;
  3.    _root.findTile(this.x,this.y);
  4.    _root.checkTile();
  5.    _root.addScore(this._x,this._y);
  6. }
  7.